home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TDATABURNFRAME / TDATABURNFRAME.txt
Text File  |  2006-03-23  |  15KB  |  576 lines

  1. object DataBurnFrame: TDataBurnFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 443
  5.   Height = 425
  6.   Align = alClient
  7.   AutoScroll = False
  8.   TabOrder = 0
  9.   OnResize = Panel6Resize
  10.   object dbfPanel: TPanel
  11.     Left = 0
  12.     Top = 115
  13.     Width = 443
  14.     Height = 310
  15.     Align = alBottom
  16.     BevelOuter = bvNone
  17.     BorderWidth = 7
  18.     Constraints.MinWidth = 180
  19.     TabOrder = 0
  20.     DesignSize = (
  21.       443
  22.       310)
  23.     object dbfMessageLabel: TLabel
  24.       Left = 7
  25.       Top = 113
  26.       Width = 429
  27.       Height = 23
  28.       Align = alTop
  29.       AutoSize = False
  30.       Layout = tlCenter
  31.     end
  32.     object dbfPanel1: TPanel
  33.       Left = 7
  34.       Top = 7
  35.       Width = 429
  36.       Height = 50
  37.       Align = alTop
  38.       BevelOuter = bvNone
  39.       TabOrder = 0
  40.       object Bevel1: TBevel
  41.         Left = 357
  42.         Top = 0
  43.         Width = 5
  44.         Height = 50
  45.         Align = alRight
  46.         Shape = bsSpacer
  47.         Style = bsRaised
  48.       end
  49.       object dbfDriveGroupBox: TGroupBox
  50.         Left = 0
  51.         Top = 0
  52.         Width = 357
  53.         Height = 50
  54.         Align = alClient
  55.         Caption = ' Drive: '
  56.         ParentShowHint = False
  57.         ShowHint = True
  58.         TabOrder = 0
  59.         object dbfPanel4: TPanel
  60.           Left = 2
  61.           Top = 15
  62.           Width = 353
  63.           Height = 33
  64.           Align = alClient
  65.           BevelOuter = bvNone
  66.           BorderWidth = 5
  67.           TabOrder = 0
  68.           object dbfDriveComboBox: TComboBox
  69.             Left = 8
  70.             Top = 6
  71.             Width = 329
  72.             Height = 21
  73.             Style = csDropDownList
  74.             Enabled = False
  75.             ItemHeight = 13
  76.             TabOrder = 0
  77.             OnDropDown = dbfDriveComboBoxDropDown
  78.             OnSelect = dbfDriveComboBoxSelect
  79.           end
  80.         end
  81.       end
  82.       object dbfSpeedGroupBox: TGroupBox
  83.         Left = 362
  84.         Top = 0
  85.         Width = 67
  86.         Height = 50
  87.         Align = alRight
  88.         Caption = ' Speed: '
  89.         ParentShowHint = False
  90.         ShowHint = True
  91.         TabOrder = 1
  92.         object dbfPanel5: TPanel
  93.           Left = 2
  94.           Top = 15
  95.           Width = 63
  96.           Height = 33
  97.           Align = alClient
  98.           BevelOuter = bvNone
  99.           BorderWidth = 5
  100.           TabOrder = 0
  101.           object dbfSpeedComboBox: TComboBox
  102.             Left = 8
  103.             Top = 6
  104.             Width = 66
  105.             Height = 21
  106.             Style = csDropDownList
  107.             Enabled = False
  108.             ItemHeight = 13
  109.             TabOrder = 0
  110.             OnDropDown = dbfSpeedComboBoxDropDown
  111.             OnSelect = dbfSpeedComboBoxSelect
  112.           end
  113.         end
  114.       end
  115.     end
  116.     object dbfWriteProgressGroupBox: TGroupBox
  117.       Left = 7
  118.       Top = 136
  119.       Width = 429
  120.       Height = 100
  121.       Align = alTop
  122.       Caption = ' Progress: '
  123.       ParentShowHint = False
  124.       ShowHint = True
  125.       TabOrder = 1
  126.       object dbfPanel2: TPanel
  127.         Left = 2
  128.         Top = 15
  129.         Width = 425
  130.         Height = 83
  131.         Align = alClient
  132.         BevelOuter = bvNone
  133.         BorderWidth = 5
  134.         TabOrder = 0
  135.         DesignSize = (
  136.           425
  137.           83)
  138.         object dbfComplitedLabel: TLabel
  139.           Left = 5
  140.           Top = 28
  141.           Width = 53
  142.           Height = 13
  143.           Caption = 'Completed:'
  144.         end
  145.         object dbfRemainingLabel: TLabel
  146.           Left = 5
  147.           Top = 46
  148.           Width = 74
  149.           Height = 13
  150.           Caption = 'Time remaining:'
  151.         end
  152.         object dbfTotalLabel: TLabel
  153.           Left = 5
  154.           Top = 64
  155.           Width = 49
  156.           Height = 13
  157.           Caption = 'Total time:'
  158.         end
  159.         object dbfPercentageLabel: TLabel
  160.           Left = 115
  161.           Top = 28
  162.           Width = 56
  163.           Height = 13
  164.           Alignment = taRightJustify
  165.           Anchors = []
  166.           AutoSize = False
  167.           Caption = '----'
  168.         end
  169.         object dbfRemainingTimeLabel: TLabel
  170.           Left = 115
  171.           Top = 46
  172.           Width = 56
  173.           Height = 13
  174.           Alignment = taRightJustify
  175.           Anchors = []
  176.           AutoSize = False
  177.           Caption = '--:--'
  178.         end
  179.         object dbfTotalTimeLabel: TLabel
  180.           Left = 115
  181.           Top = 64
  182.           Width = 56
  183.           Height = 13
  184.           Alignment = taRightJustify
  185.           Anchors = []
  186.           AutoSize = False
  187.           Caption = '--:--'
  188.         end
  189.         object dbfWriteProgressBar: TProgressBar
  190.           Left = 5
  191.           Top = 5
  192.           Width = 415
  193.           Height = 17
  194.           Align = alTop
  195.           Min = 0
  196.           Max = 100
  197.           TabOrder = 0
  198.         end
  199.       end
  200.     end
  201.     object dbfDeviceBufferGroupBox: TGroupBox
  202.       Left = 7
  203.       Top = 236
  204.       Width = 429
  205.       Height = 37
  206.       Align = alTop
  207.       Caption = ' Device buffer: '
  208.       ParentShowHint = False
  209.       ShowHint = True
  210.       TabOrder = 2
  211.       object dbfPanel3: TPanel
  212.         Left = 2
  213.         Top = 15
  214.         Width = 425
  215.         Height = 20
  216.         Align = alClient
  217.         BevelOuter = bvNone
  218.         BorderWidth = 5
  219.         TabOrder = 0
  220.         object dbfDeviceBufferProgressBar: TProgressBar
  221.           Left = 5
  222.           Top = 5
  223.           Width = 415
  224.           Height = 10
  225.           Align = alTop
  226.           Min = 0
  227.           Max = 100
  228.           TabOrder = 0
  229.         end
  230.       end
  231.     end
  232.     object dbfButton1: TButton
  233.       Left = 246
  234.       Top = 271
  235.       Width = 75
  236.       Height = 25
  237.       Action = dbfSaveIsoAction
  238.       Anchors = []
  239.       ParentShowHint = False
  240.       ShowHint = True
  241.       TabOrder = 3
  242.     end
  243.     object dbfButton2: TButton
  244.       Left = 41
  245.       Top = 271
  246.       Width = 75
  247.       Height = 25
  248.       Action = dbfCancelAction
  249.       Anchors = []
  250.       Enabled = False
  251.       ParentShowHint = False
  252.       ShowHint = True
  253.       TabOrder = 4
  254.     end
  255.     object dbfButton3: TButton
  256.       Left = 109
  257.       Top = 271
  258.       Width = 75
  259.       Height = 25
  260.       Action = dbfEraseAction
  261.       Anchors = []
  262.       ParentShowHint = False
  263.       ShowHint = True
  264.       TabOrder = 5
  265.     end
  266.     object dbfButton4: TButton
  267.       Left = 180
  268.       Top = 271
  269.       Width = 75
  270.       Height = 25
  271.       Action = dbfBurnAction
  272.       Anchors = []
  273.       ParentShowHint = False
  274.       ShowHint = True
  275.       TabOrder = 6
  276.     end
  277.     object dbfAdditionParamsGroupBox: TGroupBox
  278.       Left = 7
  279.       Top = 57
  280.       Width = 429
  281.       Height = 56
  282.       Align = alTop
  283.       Caption = ' Additional parameters: '
  284.       TabOrder = 7
  285.       object dbfNumberOfCopiesLbl: TLabel
  286.         Left = 176
  287.         Top = 16
  288.         Width = 129
  289.         Height = 17
  290.         Alignment = taRightJustify
  291.         AutoSize = False
  292.         Caption = 'Number of copies:'
  293.         Layout = tlCenter
  294.       end
  295.       object dbfNumberOfCopiesUpDown: TUpDown
  296.         Left = 337
  297.         Top = 15
  298.         Width = 15
  299.         Height = 21
  300.         Associate = dbfNumerOfCopiesEdit
  301.         Min = 1
  302.         Position = 1
  303.         TabOrder = 0
  304.         Thousands = False
  305.         Wrap = False
  306.       end
  307.       object dbfNumerOfCopiesEdit: TEdit
  308.         Left = 312
  309.         Top = 15
  310.         Width = 25
  311.         Height = 21
  312.         ReadOnly = True
  313.         TabOrder = 1
  314.         Text = '1'
  315.       end
  316.       object dbfSimulationChbox: TCheckBox
  317.         Left = 18
  318.         Top = 16
  319.         Width = 135
  320.         Height = 17
  321.         Hint = 'Perform writing simulation'
  322.         Caption = 'Simulation'
  323.         ParentShowHint = False
  324.         ShowHint = True
  325.         TabOrder = 2
  326.       end
  327.       object dbfWriteChbox: TCheckBox
  328.         Left = 18
  329.         Top = 32
  330.         Width = 135
  331.         Height = 17
  332.         Hint = 'Perfrom actual writing'
  333.         Caption = 'Write'
  334.         Checked = True
  335.         ParentShowHint = False
  336.         ShowHint = True
  337.         State = cbChecked
  338.         TabOrder = 3
  339.       end
  340.     end
  341.   end
  342.   object dbfMessageListView: TListView
  343.     Left = 0
  344.     Top = 0
  345.     Width = 443
  346.     Height = 115
  347.     Align = alClient
  348.     BorderWidth = 1
  349.     Columns = <
  350.       item
  351.         Caption = 'Time'
  352.         Width = 60
  353.       end
  354.       item
  355.         Caption = 'Info'
  356.         Width = 65
  357.       end>
  358.     ReadOnly = True
  359.     RowSelect = True
  360.     ShowColumnHeaders = False
  361.     TabOrder = 1
  362.     ViewStyle = vsReport
  363.     OnInsert = dbfMessageListViewInsert
  364.     OnResize = dbfMessageListViewResize
  365.   end
  366.   object dbfTimer: TTimer
  367.     Enabled = False
  368.     Interval = 200
  369.     OnTimer = dbfTimerTimer
  370.     Left = 8
  371.     Top = 8
  372.   end
  373.   object dbfMCDBurner: TMCDBurner
  374.     DeviceBufferSize = 0
  375.     DeviceFreeBufferSize = 0
  376.     UnderrunProtection = True
  377.     OnDeviceChange = dbfMCDBurnerDeviceChange
  378.     OnEraseDone = dbfMCDBurnerEraseDone
  379.     ReadSpeed = 0
  380.     WriteSpeed = 0
  381.     FinalizeDisc = False
  382.     TestWrite = False
  383.     ReplaceFile = True
  384.     PerformOPC = False
  385.     CacheSize = 4194304
  386.     OnAddFile = dbfMCDBurnerAddFile
  387.     OnWriteDone = dbfMCDBurnerWriteDone
  388.     Version = '1.21'
  389.     WritePostGap = False
  390.     Left = 40
  391.     Top = 8
  392.   end
  393.   object dbfActionList: TActionList
  394.     Left = 72
  395.     Top = 8
  396.     object dbfBurnAction: TAction
  397.       Caption = 'Burn'
  398.       Hint = 'Start burn process'
  399.       OnExecute = dbfBurnActionExecute
  400.       OnUpdate = dbfBurnActionUpdate
  401.     end
  402.     object dbfEraseAction: TAction
  403.       Caption = 'Erase'
  404.       Hint = 'Erase disc'
  405.       OnExecute = dbfEraseActionExecute
  406.       OnUpdate = dbfEraseActionUpdate
  407.     end
  408.     object dbfCancelAction: TAction
  409.       Caption = 'Cancel'
  410.       Hint = 'Stop current process'
  411.       OnExecute = dbfCancelActionExecute
  412.       OnUpdate = dbfCancelActionUpdate
  413.     end
  414.     object dbfSaveIsoAction: TAction
  415.       Caption = 'Save ISO'
  416.       Enabled = False
  417.       Hint = 'Save CD image to file'
  418.       OnExecute = dbfSaveIsoActionExecute
  419.       OnUpdate = dbfSaveIsoActionUpdate
  420.     end
  421.     object dbfTotalUpdateAction: TAction
  422.       Caption = 'dbfTotalUpdateAction'
  423.       OnUpdate = dbfTotalUpdateActionUpdate
  424.     end
  425.     object dbfFullEraseAction: TAction
  426.       Caption = 'Full erase'
  427.       Hint = 'Full erase (can take a long time)'
  428.       OnExecute = EraseClick
  429.       OnUpdate = dbfEraseActionUpdate
  430.     end
  431.     object dbfQuickEraseAction: TAction
  432.       Caption = 'Quick erase'
  433.       Hint = 'Quick erase (TOC only)'
  434.       OnExecute = EraseClick
  435.       OnUpdate = dbfEraseActionUpdate
  436.     end
  437.   end
  438.   object dbfErasePopupMenu: TPopupMenu
  439.     Left = 104
  440.     Top = 8
  441.     object dbfQuickErase: TMenuItem
  442.       Action = dbfQuickEraseAction
  443.     end
  444.     object dbfFullErase: TMenuItem
  445.       Action = dbfFullEraseAction
  446.     end
  447.   end
  448.   object SaveIsoSaveDialog: TSaveDialog
  449.     DefaultExt = 'ISO'
  450.     Filter = 'ISO files (*.iso)|*.iso|All files (*.*)|*.*'
  451.     Title = 'Save CD/DVD layout to ISO file'
  452.     Left = 136
  453.     Top = 8
  454.   end
  455.   object smlMsgLangRes: TsmlMsgLangRes
  456.     LangFileName = 'DefLang.ini'
  457.     IgnoreEmptyString = True
  458.     AutoCreateMode = True
  459.     AddBracket = True
  460.     MsgList.Strings = (
  461.       'Error=Error'
  462.       'Warning=Warning'
  463.       'prepWrite=Preparing to write'
  464.       'prevOpNotComplite=Previous operation is not completed'
  465.       'DriveIsBusy=Drive is busy'
  466.       
  467.         'DriveIsBusyMsg=Drive is busy. Wait until it is free or select an' +
  468.         'other drive.'
  469.       'DriveNotReady=Drive not ready'
  470.       'DriveNotReadyMsg=Drive not ready. It is possibly busy or empty.'
  471.       'MediumType=Medium type in drive: '
  472.       'MediumNotWritable=Medium in drive is not writable'
  473.       'PreparingData=Preparing Data'
  474.       'AddingDone=Adding done'
  475.       'NotEnoughSpace=Not enough space on media'
  476.       'EraseConfirm=Do you really want to erase this disk?'
  477.       
  478.         'NotEnoughSpaceMsg=There is no sufficient space on current media.' +
  479.         ' Please change media or remove part of the data.'
  480.       'CreatingCDImage=Creating CD Image'
  481.       'EraseProgress= Erase progress: '
  482.       'WriteProgress= Write progress: '
  483.       'EraseStarted=Erase process started at'
  484.       'BurnStarted=Burn process started at'
  485.       
  486.         'WriteAbortConfirm=Abort writing - are you sure? This may lead to' +
  487.         ' disc malfunction in the future.'
  488.       'HDDNotEnoughSpace=Not enough space on target hard drive'
  489.       'prepErase=Preparing to erase'
  490.       'Erasing=Erasing...'
  491.       'Progress= Progress: '
  492.       'prepLOAS=Preparing list of available speeds'
  493.       'NotWritingDrive=Not a writing drive'
  494.       'readyLOAS=List of available speeds is ready'
  495.       'MediumNotErasable=Medium in drive is not erasable'
  496.       'EraseFailed=Erase failed'
  497.       'EraseDone=Erase done'
  498.       'SelectedDrive=Selected drive:'
  499.       'Ejecting=Ejecting'
  500.       'SaveISODone=Save ISO done'
  501.       'SaveISOFailed=Save ISO failed'
  502.       'BurnDone=Burn done'
  503.       'BurnFailed=Burn failed'
  504.       'ASPI_Ok=ASPI initialized'
  505.       'ASPI_Error=ASPI initialization error'
  506.       'LookingForDrives=Looking for available drives...'
  507.       'DrivesNoFound=No drives found!'
  508.       'Completed=Completed'
  509.       'TotalDrivesFound=Total drives found: '
  510.       'SearchWriting=Looking for writing drive'
  511.       'WritingDrive=Writing drive'
  512.       'SearchCompleted=Search completed'
  513.       'WritingNotFound=Writing drives not found'
  514.       'Reinitialize=Reinitialize'
  515.       'Done=Done'
  516.       'ISOFiles=ISO image files'
  517.       'AllFiles=All files'
  518.       
  519.         'InsertNextDisc=Burning completed successfully. Please insert nex' +
  520.         't disc.'
  521.       'TestBurnDone=Burn simulation done'
  522.       'TestBurnFailed=Burn simulation failed'
  523.       'TestBurnStarted=Burn simulation process started at'
  524.       'NoTestWriteForDVD=Burn simulation is not available for DVD discs')
  525.     Active = False
  526.     Left = 168
  527.     Top = 8
  528.   end
  529.   object smlFormLangRes: TsmlFormLangRes
  530.     LangFileName = 'DefLang.ini'
  531.     IgnoreEmptyString = True
  532.     AutoCreateMode = True
  533.     AddBracket = True
  534.     StringProperties.Strings = (
  535.       'Caption'
  536.       'Title'
  537.       'Hint')
  538.     StringsProperties.Strings = (
  539.       'Tabs'
  540.       'Items')
  541.     IgnoreControls.Strings = (
  542.       'dbfPanel'
  543.       'dbfPanel1'
  544.       'dbfMessageLabel'
  545.       'dbfWriteProgressBar'
  546.       'dbfDeviceBufferProgressBar'
  547.       'dbfPanel2'
  548.       'dbfPanel3'
  549.       'dbfPanel4'
  550.       'dbfPanel5'
  551.       'dbfDriveComboBox'
  552.       'dbfSpeedComboBox'
  553.       'dbfButton4'
  554.       'dbfButton3'
  555.       'dbfButton1'
  556.       'dbfButton2'
  557.       'dbfMessageListView'
  558.       'dbfMCDBurner'
  559.       'dbfTotalUpdateAction'
  560.       'dbfErasePopupMenu'
  561.       'dbfQuickErase'
  562.       'dbfFullErase'
  563.       'dbfPercentageLabel'
  564.       'Bevel1'
  565.       'dbfTotalTimeLabel'
  566.       'dbfRemainingTimeLabel')
  567.     IgnoreFormCaption = True
  568.     IncludeListViewItems = False
  569.     IncludeListViewHead = False
  570.     IncludeTreeViewItems = False
  571.     Active = False
  572.     Left = 200
  573.     Top = 8
  574.   end
  575. end
  576.